func golang.org/x/sys/unix.pipe2
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L144: err := pipe2(&pp, flags)
zsyscall_linux.go#L127: func pipe2(p *[2]_C_int, flags int) (err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)